This website uses optional cookies to provide the best experience possible to the user. In line with GDPR regulations, please indicate if you would like to accept these optional cookies or reject them to only use essential cookies. You can learn more by reading our privacy policy.
In this article I am going to talk about a recent project where I used AI techniques to generate some unique art pieces using my DIY CNC machine.
In the second installment of my series on machine learning and Go, I am going to dive into some more complicated topics of machine learning. In this article I'm going to cover multivariate linear regression and mean normalization. I am also going to cover how the Go command line tool I've built can do hyperparameter tuning and some concepts behind it.
I recently completed Andrew Ng's fantastic ML course on Coursera. So I decided to take a stab at implementing some things I learned using Go. I built a simple command line tool that performs linear regression.